home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / START.dxr / 00104.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  148 b   |  10 lines

  1. on closeNotes
  2.   global NotesOn
  3.   tell window "NotePad"
  4.     saveMovie()
  5.   end tell
  6.   forget(window "NotePad")
  7.   updateStage()
  8.   set NotesOn to 0
  9. end
  10.